Update() 공개 메소드

Performs the IWorkspaceItem.Action on the specified workspace item.
workspaceItem
public Update ( IWorkspaceItem workspaceItem, bool isLocalSave, string roles = null ) : void
workspaceItem IWorkspaceItem The workspace item to be actioned.
isLocalSave bool if set to true [is local save].
roles string The roles.
리턴 void
 public void UpdateWithNull()
 {
     var workspaceID = Guid.NewGuid();
     var workspace = new Workspace(workspaceID);
     workspace.Update(null, false);
 }