|
|
The PublishProperties type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
PublishProperties()()()() |
Default constructor
|
|
|
PublishProperties(PublishProperties) |
Copy constructor
|
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Inherited from NativeHandle.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
GetHashCode | (Inherited from NativeHandle.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
RemoveExpiryDate |
Remove any expiry date that has been set
|
|
|
RemovePassword |
Remove any password that has been set
|
|
|
SetPassword |
Set a password to protect the content with when published
|
|
|
ToString | (Inherited from NativeHandle.) |
Properties
| Name | Description | |
|---|---|---|
|
|
AllowResave |
Can the file be resaved after it has been published ?
|
|
|
Author |
Who created data ?
|
|
|
Comments |
Any comments
|
|
|
Copyright |
Any copyright statement
|
|
|
DisplayAtPassword |
Should the publish properties be displayed when asking the user for a password ?
|
|
|
DisplayOnOpen |
Should the publish properties be displayed when the published file is opened ?
|
|
|
EmbedDatabaseProperties |
Should any properties from linked databases be embedded in the published file ?
|
|
|
EmbedTextures |
Should any externally referenced files be embedded in the published file ?
|
|
|
ExpiryDate |
Date that content expires. Only valid if HasExpiryDate is true.
|
|
|
HasBeenResaved |
Has the published file been resaved (and possibly modified) since it was published ?
|
|
|
HasExpiryDate |
Is there a valid expiry date ?
|
|
|
HasPassword |
Is the content password protected ?
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
|
|
Keywords |
Any keywords for searching
|
|
|
PreventObjectPropertyExport |
Should normal object properties be removed from the published file ?
|
|
|
PublishDate |
Date of publication
|
|
|
PublishedFor |
Who's the data intended for ?
|
|
|
Publisher |
Who published data ?
|
|
|
Subject |
Subject
|
|
|
Title |
Title of published content
|