Class DocumentLinkParam
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DocuWare.WebIntegration
Assembly: DocuWare.WebIntegration.dll
Syntax
public class DocumentLinkParam : UrlParameter
Constructors
DocumentLinkParam(Guid)
Declaration
public DocumentLinkParam(Guid guid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | guid |
Properties
DocumentLinkGuid
Declaration
public Guid DocumentLinkGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Returns "fc"
Declaration
public static string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
FormatValue()
Returns this.FileCabinetGuid
Declaration
public override string FormatValue()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetId()
Returns the static DocumentLinkParam.Id property.
Declaration
public override string GetId()
Returns
Type | Description |
---|---|
System.String |
Overrides
ParseValue(String)
Declaration
public static DocumentLinkParam ParseValue(string valueStr)
Parameters
Type | Name | Description |
---|---|---|
System.String | valueStr |
Returns
Type | Description |
---|---|
DocumentLinkParam |