Interface IUserPublishDetailsData
A common interface for all PublishDetailData types
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public interface IUserPublishDetailsData
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 |
User
The username of the publish details data instance
Declaration
string User { get; set; }
Property Value
Type | Description |
---|---|
System.String |