Interface IPublishDetailsData
A common interface for all PublishDetailData types
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
[Obsolete("Use IUserPublishDetailsData instead")]
public interface IPublishDetailsData
Properties
GroupId
Group id
Declaration
string GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
The text of the publish details data instance
Declaration
string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
The url of the publish details data instance
Declaration
string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |