Edit a document title and description.
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
| C# |
|---|
public void Set( string title, string description ) |
| Visual Basic (Declaration) |
|---|
Public Sub Set ( _ title As String, _ description As String _ ) |
| Visual C++ |
|---|
public: void Set( String^ title, String^ description ) |
Parameters
- title
- Type: System..::.String
The new title for this document
- description
- Type: System..::.String
The new description for this document
Remarks
This method encapsulates doc.set
This method requires "write" permission on docs.
Exceptions
| Exception | Condition |
|---|---|
| IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |
| IpernityNET.IpernityObjects..::.ObjectNotConfiguredException | Throwed when an Ipernity object has not been configured. |