FileChange.AddFileAttributesForFileChange (ServerID, EntityID, EntityID, String, EntityID, Dictionary<EntityIDAttributeInfo>, IDatabase) Method
Public Shared Sub AddFileAttributesForFileChange( _
ByVal server_id As ServerID, _
ByVal project_id As EntityID, _
ByVal folder_id As EntityID, _
ByVal name As String, _
ByVal file_change_id As EntityID, _
ByVal attribs As Dictionary(Of EntityID, AttributeInfo), _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void AddFileAttributesForFileChange(
ServerID server_id,
EntityID project_id,
EntityID folder_id,
string name,
EntityID file_change_id,
Dictionary<EntityID, AttributeInfo> attribs,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void AddFileAttributesForFileChange(
ServerID^ server_id,
EntityID^ project_id,
EntityID^ folder_id,
String^ name,
EntityID^ file_change_id,
Dictionary<EntityID^, AttributeInfo^>^ attribs,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- server_id
- ServerID
the id of the server
- project_id
- EntityID
- folder_id
- EntityID
- name
- string
- file_change_id
- EntityID
the file change id
- attribs
- Dictionary<EntityID, AttributeInfo>
the attributes to add
- db
- IDatabase
the database connection