Class BookmarkFile
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Gateway
Assembly: NXOpen.dll
Syntax
public class BookmarkFile : NXRemotableObject, IMessageSink
Constructors
BookmarkFile(Session)
Declaration
protected BookmarkFile(Session owner)
Parameters
Type | Name | Description |
---|---|---|
Session | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
Delete(String)
Declaration
public void Delete(string pathName)
Parameters
Type | Name | Description |
---|---|---|
System.String | pathName |
Rename(String, String, Boolean)
Declaration
public string Rename(string oldPathName, string newFileName, bool okToOverwriteExistingFile)
Parameters
Type | Name | Description |
---|---|---|
System.String | oldPathName | |
System.String | newFileName | |
System.Boolean | okToOverwriteExistingFile |
Returns
Type | Description |
---|---|
System.String |
SaveWithDescription(String, BasePart.BookmarkOption, String)
Declaration
public void SaveWithDescription(string pathName, BasePart.BookmarkOption bookmarkOption, string description)
Parameters
Type | Name | Description |
---|---|---|
System.String | pathName | |
BasePart.BookmarkOption | bookmarkOption | |
System.String | description |
SetDescription(String, String)
Declaration
public void SetDescription(string pathName, string description)
Parameters
Type | Name | Description |
---|---|---|
System.String | pathName | |
System.String | description |
Implements
System.Runtime.Remoting.Messaging.IMessageSink