This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class MetadataCommand |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class MetadataCommand |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
MetadataCommand |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Execute | Overloaded. | |
GetHashCode | (Inherited from Object.) | |
GetParameterValue |
Gets the parameter string value for specified parameter.
(Inherited from CommandBase.) |
|
GetPreferredResponseContentType |
Gets the preferred content type of the response when this command is executed.
(Inherited from ImageCommandBase.) |
|
GetType | (Inherited from Object.) | |
SetParameterConstraint |
Sets the constraint for specified parameter.
(Inherited from CommandBase.) |
|
SetParameterValue |
Sets the value for specified parameter.
(Inherited from CommandBase.) |
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
TryGetConstraint<(Of <<'(T>)>>) |
Gets the constraint for given parameter.
(Inherited from CommandBase.) |
|
TryGetParameterValueInternal |
Hook to shortcut reflection to get common property values.
(Inherited from CommandBase.) |
Public Properties
Name | Description | |
---|---|---|
DC |
Gets or sets the dublin core element set.
|
|
DCContributor |
Gets or sets the contributor.
|
|
DCCoverage |
Gets or sets the coverage.
|
|
DCCreator |
Gets or sets the creator.
|
|
DCDate |
Gets or sets the date.
|
|
DCDescription |
Gets or sets the description.
|
|
DCFormat |
Gets or sets the format.
|
|
DCIdentifier |
Gets or sets the identifier.
|
|
DCLanguage |
Gets or sets the language.
|
|
DCPublisher |
Gets or sets the publisher.
|
|
DCRelation |
Gets or sets the relation.
|
|
DCRights |
Gets or sets the rights.
|
|
DCSource |
Gets or sets the source.
|
|
DCSubject |
Gets or sets the subject.
|
|
DCTitle |
Gets or sets the title.
|
|
DCType |
Gets or sets the type.
|
|
Format |
Gets or sets the supported metadata formats used when encoding metadata.
|
|
Preserve |
Gets or sets a value indicating whether to preserve existing metadata.
|